GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-04T12:36:15.8796825+00:00",
"SubmitDate": "2026-06-04T12:36:15.8796825+00:00",
"ReportPeriodStart": "2026-06-04T12:36:15.8796825+00:00",
"ReportPeriodEnd": "2026-06-04T12:36:15.8796825+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a1f26d34-bc94-468b-94be-3524273e24e0",
"Rows": [
{
"ItemId": "28efd557-02de-4f68-b2c3-f6e237174cce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28efd557-02de-4f68-b2c3-f6e237174cce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a1f26d34-bc94-468b-94be-3524273e24e0",
"Rows": [
{
"ItemId": "28efd557-02de-4f68-b2c3-f6e237174cce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28efd557-02de-4f68-b2c3-f6e237174cce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"56f95b31-ccf0-49e5-b1ea-a4329ed899f8",
"c6ee291d-bc78-4417-ba2e-7583317f7e8d"
],
"Approvers": [
"6f686e00-445d-4a09-b98a-2ef1756bbb03",
"bf23fb4b-3456-4670-b9f2-b1134a302bec"
],
"ApprovedBy": "c101ee69-8cb9-48ef-9778-45b38419dc88",
"ApprovalDate": "2026-06-04T12:36:15.8796825+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9e2bf496-9e65-4a8a-8259-2d443cc78913",
"id": "5696110b-f7d1-4486-ae3f-8a502ef242f0",
"ConfigId": "acc6b862-e4be-4b24-ac8a-de98d665d531"
},
{
"GenerationDate": "2026-06-04T12:36:15.8796825+00:00",
"SubmitDate": "2026-06-04T12:36:15.8796825+00:00",
"ReportPeriodStart": "2026-06-04T12:36:15.8796825+00:00",
"ReportPeriodEnd": "2026-06-04T12:36:15.8796825+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a1f26d34-bc94-468b-94be-3524273e24e0",
"Rows": [
{
"ItemId": "28efd557-02de-4f68-b2c3-f6e237174cce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28efd557-02de-4f68-b2c3-f6e237174cce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a1f26d34-bc94-468b-94be-3524273e24e0",
"Rows": [
{
"ItemId": "28efd557-02de-4f68-b2c3-f6e237174cce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28efd557-02de-4f68-b2c3-f6e237174cce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"56f95b31-ccf0-49e5-b1ea-a4329ed899f8",
"c6ee291d-bc78-4417-ba2e-7583317f7e8d"
],
"Approvers": [
"6f686e00-445d-4a09-b98a-2ef1756bbb03",
"bf23fb4b-3456-4670-b9f2-b1134a302bec"
],
"ApprovedBy": "c101ee69-8cb9-48ef-9778-45b38419dc88",
"ApprovalDate": "2026-06-04T12:36:15.8796825+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9e2bf496-9e65-4a8a-8259-2d443cc78913",
"id": "5696110b-f7d1-4486-ae3f-8a502ef242f0",
"ConfigId": "acc6b862-e4be-4b24-ac8a-de98d665d531"
}
]